翻訳と辞書
Words near each other
・ memex
・ memo function
・ memoisation
・ memoised function
・ memoization
・ memoized function
・ memory
・ memory address space
・ memory dump
・ memory farts
memory leak
・ memory location
・ memory management
・ memory management unit
・ memory mapped i/o
・ memory protection
・ memory smash
・ memory type range registers
・ mems
・ mentat


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

memory leak : FOLDOC
memory leak
A leak in a program's {dynamic store} allocation logic that causes it to fail to reclaim memory in the heap after it has finished using it, eventually causing the program to fail due to lack of memory.
These problems were severe on older machines with small, fixed-size address spaces, and special "leak detection" tools were written to diagnose them.
The introduction of virtual memory made memory leaks a less serious problem, although if you run out of virtual memory, it means you've got a *real* leak!
See aliasing bug.
[Jargon File]
(2003-10-07)



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.